home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 November
/
PCWorld_2006-11_cd.bin
/
system
/
innosetup
/
isetup-5.1.8.exe
/
{app}
/
Examples
/
MyDll
/
C
/
MyDll.c
next >
Wrap
C/C++ Source or Header
|
2003-04-13
|
155b
|
6 lines
#include <windows.h>
void __stdcall MyDllFunc(HWND hWnd, char *lpText, char *lpCaption, UINT uType)
{
MessageBox(hWnd, lpText, lpCaption, uType);
}